home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK2.toast / Development Kits / Hardware / Mac OS USB DDK / Examples / USBSampleStorageDriver / StorageClassShim.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-12  |  876 b   |  41 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        StorageClassShim.h
  3.  
  4.     Contains:    Header file for the Storage Class Shim
  5.  
  6.     Version:    1.1
  7.  
  8.     Copyright:    © 1997-1999 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     File Ownership:
  11.  
  12.         DRI:                Craig Keithley
  13.  
  14.         Other Contact:        xxx put other contact here xxx
  15.  
  16.         Technology:            USB Drivers
  17.  
  18.     Writers:
  19.  
  20.         (CJK)    Craig Keithley
  21.  
  22.     Change History (most recent first):
  23.  
  24.       <USB2>     1/11/99    CJK        update to use sources from 1.1f3 DDK
  25.  
  26. */
  27. #ifndef __STORAGECLASSSHIM__
  28. #define __STORAGECLASSSHIM__
  29.  
  30. #include <CodeFragments.h>
  31. #include <USB.h>
  32.  
  33. // Prototypes for Code Fragment Manager Exports
  34. extern OSErr         CFragInitRoutine(CFragInitBlockPtr initBlkPtr);
  35.  
  36. // Prototypes for USB Manager/Expert Exports
  37. extern OSStatus     USBShim(void);
  38. extern void         USBShimTermination(void);
  39. extern void            myNotificationCallback (USBDeviceNotificationParameterBlock *pb);
  40.  
  41. #endif /* __STORAGECLASSSHIM__ */